]> git.pld-linux.org Git - packages/xut.git/commitdiff
- add DESTDIR before install paths
authorlisu <lisu@pld-linux.org>
Thu, 5 Nov 2009 12:12:10 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xut-makefile.patch -> 1.1

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

diff --git a/xut-makefile.patch b/xut-makefile.patch
new file mode 100644 (file)
index 0000000..5af1334
--- /dev/null
@@ -0,0 +1,15 @@
+--- xut/Makefile.in~   2009-10-10 17:48:37.000000000 +0200
++++ xut/Makefile.in    2009-11-05 15:06:04.000000000 +0100
+@@ -64,10 +64,10 @@
+ install: $(BIN)xut
+       @printf "Installing XUT bin files... "
+       @mkdir -p $(bindir)/
+-      @$(INSTALL) -c -m 755 $(BIN)xut $(bindir)/
++      @$(INSTALL) -c -m 755 $(BIN)xut $(DESTDIR)$(bindir)/
+       @printf "\e[0;32mDone.\e[0;0m\n"
+       @printf "Installing XUT data files... "
+-      @sh install.sh $(datadir) $(PACKAGE) $(INSTALL)
++      @sh install.sh $(DESTDIR)$(datadir) $(PACKAGE) $(INSTALL)
+       @printf "\e[0;32mDone.\e[0;0m\n"
+       @printf "Installing XUT Language files... "
+       @cd ./po && ${MAKE} install > /dev/null ;
This page took 0.078508 seconds and 4 git commands to generate.