updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / installwatch / installwatch.patch
blobf7c5aa20e61b9df92302bc366a97ef7955b21f73
1 --- installwatch-0.6.3/Makefile.orig 2002-12-11 13:33:09.000000000 +0100
2 +++ installwatch-0.6.3/Makefile 2002-12-11 13:33:34.000000000 +0100
3 @@ -27,7 +27,7 @@
4 install: all
5 if [ -r $(LIBDIR)/installwatch.so ]; then rm $(LIBDIR)/installwatch.so; export LD_PRELOAD=""; cp installwatch.so $(LIBDIR); LD_PRELOAD=$(LIBDIR)/installwatch.so; else cp installwatch.so $(LIBDIR); fi
7 - sed -e "s|#PREFIX#|$(PREFIX)|" < installwatch > $(BINDIR)/installwatch
8 + sed -e "s|#PREFIX#|/usr|" < installwatch > $(BINDIR)/installwatch
9 chmod 755 $(BINDIR)/installwatch
11 uninstall: