X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=62a6be332fcde9d868f7da665ceaf54545e6832c;hb=8c92c55de48021af3ef9aa5b3a42eeff746ae7e9;hp=15a1176a6a9ec4b8ffd22bf466d40f842e18f790;hpb=f349bc7a529339731f5ab9eedf4df9390abbd674;p=ctsim.git diff --git a/debian/rules b/debian/rules index 15a1176..62a6be3 100755 --- a/debian/rules +++ b/debian/rules @@ -34,9 +34,7 @@ pixmap-dir := usr/share/pixmaps configure: configure-stamp configure-stamp: dh_testdir - touch configure.in && \ - touch aclocal.m4 && \ - touch configure + touch configure.in && touch aclocal.m4 && touch configure ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn touch configure-stamp @@ -70,10 +68,8 @@ clean: find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \; rm -f debian/ctsim.postinst.* debian/ctsim.prerm.* # Ensure up-to-date versions of config.sub and config.guess - -test -r /usr/share/misc/config.sub && \ - cp -f /usr/share/misc/config.sub config.sub - -test -r /usr/share/misc/config.guess && \ - cp -f /usr/share/misc/config.guess config.guess + -test -r /usr/share/misc/config.sub && cp -f /usr/share/misc/config.sub config.sub + -test -r /usr/share/misc/config.guess && cp -f /usr/share/misc/config.guess config.guess dh_clean install: DH_OPTIONS=