summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@gmx.de>2009-06-15 00:41:02 +0200
committerChristoph Egger <Christoph.Egger@gmx.de>2009-06-15 00:41:02 +0200
commitb25d0c2c432df070eb195ce63e42533925e6552e (patch)
treecbbe5dfe086b5b50d9b2c900bde948ba41e59df8 /debian/rules
parent9d50aefeb4b314a4dabf2914f2e23bb5284f2ba2 (diff)
lib/ is missing from time to time, just create it if needed
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 8653250..356d632 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ configure-stamp: $(QUILT_STAMPFN)
build: build-stamp
build-stamp: configure-stamp
dh_testdir
-
+ -mkdir lib
$(MAKE) sfml
touch $@