Skip to content

Commit

Permalink
Substitude binary name in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 9, 2015
1 parent 69fc9c7 commit c603c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clean:

# Installation
install: $(PROG)
cp abbayev2 $(DESTDIR)$(PREFIX)/bin/
cp $(PROG) $(DESTDIR)$(PREFIX)/bin/
cp abbaye.desktop $(DESTDIR)$(PREFIX)/share/applications
mkdir -p $(DESTDIR)$(PREFIX)/share/abbayev2/sounds
cp ./sounds/* $(DESTDIR)$(PREFIX)/share/abbayev2/sounds
Expand All @@ -40,7 +40,7 @@ install: $(PROG)
cp -r ./graphics/* $(DESTDIR)$(PREFIX)/share/abbayev2/graphics

uninstall:
rm $(DESTDIR)$(PREFIX)/bin/abbayev2
rm $(DESTDIR)$(PREFIX)/bin/$(PROG)
rm $(DESTDIR)$(PREFIX)/share/applications/abbaye.desktop
rm $(DESTDIR)$(PREFIX)/share/pixmaps/abbaye.png
rm -rf $(DESTDIR)$(PREFIX)/share/abbayev2

0 comments on commit c603c83

Please sign in to comment.