]> git.pld-linux.org Git - packages/einstein.git/commitdiff
- change PREFIX
authorlisu <lisu@pld-linux.org>
Thu, 12 Oct 2006 16:47:29 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- install files in $(DESTDIR)

Changed files:
    einstein-makefile.patch -> 1.1

einstein-makefile.patch [new file with mode: 0644]

diff --git a/einstein-makefile.patch b/einstein-makefile.patch
new file mode 100644 (file)
index 0000000..23e4160
--- /dev/null
@@ -0,0 +1,22 @@
+--- einstein-2.0/Makefile~     2005-09-25 23:20:30.000000000 +0200
++++ einstein-2.0/Makefile      2006-10-12 18:30:03.000000000 +0200
+@@ -5,7 +5,7 @@
+ ########################################
+ # installation prefix
+-PREFIX=/usr/local
++PREFIX=/usr
+ ########################################
+ #
+@@ -61,8 +61,8 @@
+       ./$(TARGET)
+ install: $(TARGET)
+-      $(INSTALL) -s -D $(TARGET) $(PREFIX)/bin/$(TARGET)
+-      $(INSTALL) -D einstein.res $(PREFIX)/share/einstein/res/einstein.res
++      $(INSTALL) -s -D $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
++      $(INSTALL) -D einstein.res $(DESTDIR)$(PREFIX)/share/einstein/res/einstein.res
+       
+ # DO NOT DELETE THIS LINE -- make depend depends on it.
This page took 0.052905 seconds and 4 git commands to generate.