From 171864b77e58b0a2158e7ce816d865c94c083cf4 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 6 May 2005 09:42:44 +0000 Subject: [PATCH] r10521: new deb pkg --- debian/rules | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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= -- 2.34.1