summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@gmx.de>2008-11-01 22:50:51 +0100
committerChristoph Egger <Christoph.Egger@gmx.de>2008-11-01 22:50:51 +0100
commit68c3ce67da27ccd2b9706f639ff10079638ef664 (patch)
tree4f05c5b7a3852e7309bb3a1c3bcd5c73a0ce9b76 /debian/rules
parent0a719ed63721c2e880189f04ed7d7c51df4df32d (diff)
* SFML's new $(DESTDIR) actually works so I don't need to work around any more!
* Deleting not used patches from debian/patches
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 9497d5a..20e8d5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ install: build
dh_installdirs
# Add here commands to install the package into debian/tmp
- $(MAKE) DDESTDIR=$(CURDIR)/debian/tmp install
+ $(MAKE) DESTDIR=$(CURDIR)/debian/tmp/usr install
find $(CURDIR)/debian/tmp -name Win32 -o -name OSX -print | xargs /bin/rm -rf