aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-12 21:05:25 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-12 21:05:25 +0000
commitc77d3bf998280eb35c47dff3112856a486e259f2 (patch)
tree51e895567a40f1cc03a296844431678e2df1b62c /packages/linux_make
parentad455d450777855b70784a71fbbbd31b6c3637e6 (diff)
fixed for new more proper DESTDIR support
svn path=/trunk/; revision=11760
Diffstat (limited to 'packages/linux_make')
-rwxr-xr-xpackages/linux_make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index d3ee6f04..5b0244f5 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -71,7 +71,7 @@ package: $(PACKAGE_TYPE)
tarbz2: installer_makefile installer_readme
- install -p $(packages_src)/linux_make/default.pdsettings $(libpddir)
+ install -p $(packages_src)/linux_make/default.pdsettings $(DESTDIR)$(libpddir)
mv $(DESTDIR)$(prefix) $(DESTDIR)$(PACKAGE_NAME)
cd $(DESTDIR) && \
tar cjf $(PACKAGE_NAME).tar.bz2 $(PACKAGE_NAME)