remove the debian/ dir before symlinking the dists/debian/ dir there,

to make the deb target in the makefile work

svn-id: r5378
This commit is contained in:
Tore Anderson 2002-11-02 11:06:35 +00:00
parent e03be389de
commit 2039c16a62

View File

@ -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