aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTore Anderson2002-11-02 11:06:35 +0000
committerTore Anderson2002-11-02 11:06:35 +0000
commit2039c16a62052fcd62f6a5737412ad1d1e1f8aab (patch)
treefff9d7e1b90aecad03b3c4794aba0105b9c5073f
parente03be389de0bcbfe58e0c4a80eeaa93b9e21cb45 (diff)
downloadscummvm-rg350-2039c16a62052fcd62f6a5737412ad1d1e1f8aab.tar.gz
scummvm-rg350-2039c16a62052fcd62f6a5737412ad1d1e1f8aab.tar.bz2
scummvm-rg350-2039c16a62052fcd62f6a5737412ad1d1e1f8aab.zip
remove the debian/ dir before symlinking the dists/debian/ dir there,
to make the deb target in the makefile work svn-id: r5378
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bac464846d..c641748831 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ build.rules:
$(CP) backends/sdl/build.rules build.rules
deb:
+ rm -rf debian/;
ln -sf dists/debian;
debian/prepare
fakeroot debian/rules binary