Skip to content

Commit

Permalink
Remove reference to no longer existent file
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Sep 17, 2022
1 parent a4e04c6 commit 2c1a25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all:

install: all
mkdir -p $(DESTDIR)/bin
cp -rp $(MAIN).desktop $(MAIN) themes $(DESTDIR)
cp -rp $(MAIN).desktop themes $(DESTDIR)
cp -p bin/$(MAIN) $(DESTDIR)/bin
cp -p themes/1/icon.png $(DESTDIR)/$(MAIN).png

Expand Down

0 comments on commit 2c1a25a

Please sign in to comment.