Skip to content

Commit

Permalink
Makefile update, missed some things
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterwmoss committed Nov 3, 2020
1 parent a4509fc commit d514507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ moc_preview.o: moc_preview.cpp

install: all
mkdir -p $(DESTDIR)${PREFIX}/bin
$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)${PREFIX}/usr/bin/$(TARGET)
-$(STRIP) ${DESTDIR}${PREFIX}/usr/bin/$(TARGET)
$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)${PREFIX}/bin/$(TARGET)
-$(STRIP) ${DESTDIR}${PREFIX}/bin/$(TARGET)

uninstall:
-$(DEL_FILE) ${DESTDIR}${PREFIX}/usr/bin/$(TARGET)
-$(DEL_FILE) ${DESTDIR}${PREFIX}/bin/$(TARGET)

0 comments on commit d514507

Please sign in to comment.