Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
`s/\t/    /g`
  • Loading branch information
Foggalong committed Oct 2, 2021
1 parent 2475b5c commit fa88ab6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ DESTDIR?=/usr/share
# DESTDIR=/lib

install:
mkdir -p $(DESTDIR)/plymouth/themes
cp -r numix $(DESTDIR)/plymouth/themes
sed -i 's|DESTDIR|$(DESTDIR)|g' $(DESTDIR)/plymouth/themes/numix/numix.plymouth
mkdir -p $(DESTDIR)/plymouth/themes
cp -r numix $(DESTDIR)/plymouth/themes
sed -i 's|DESTDIR|$(DESTDIR)|g' $(DESTDIR)/plymouth/themes/numix/numix.plymouth

uninstall:
rm -rf "$(DESTDIR)/plymouth/themes/numix"
rm -rf "$(DESTDIR)/plymouth/themes/numix"

0 comments on commit fa88ab6

Please sign in to comment.