Ticket #26156: patch-Makefile.diff
File patch-Makefile.diff, 682 bytes (added by phillipao@…, 14 years ago) |
---|
-
Makefile
old new 12 12 rm -f showkey showkey.o splashscreen.h showkey.1 *.rpm *.tar.gz 13 13 14 14 install: showkey.1 15 cp showkey /usr/bin/showkey 16 cp showkey.1 /usr/share/man/man1 15 mkdir -p $(DESTDIR)/opt/local/bin 16 cp showkey $(DESTDIR)/opt/local/bin/showkey 17 mkdir -p $(DESTDIR)/opt/local/share/man/man1 18 cp showkey.1 $(DESTDIR)/opt/local/share/man/man1 17 19 18 20 uninstall: 19 rm /usr/bin/showkey20 rm /usr/share/man/man1/showkey.121 rm $(DESTDIR)/opt/local/bin/showkey 22 rm $(DESTDIR)/opt/local/share/man/man1/showkey.1 21 23 22 24 SOURCES = README Makefile showkey.c showkey.xml showkey.spec 23 25