[Pkg-irc-commits] r139 - /packages/atheme-services/trunk/debian/rules

nenolod-guest at users.alioth.debian.org nenolod-guest at users.alioth.debian.org
Sun Jan 20 03:49:06 UTC 2008


Author: nenolod-guest
Date: Sun Jan 20 03:49:06 2008
New Revision: 139

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=139
Log:
that ifneq stuff is cute, but WRONG.

Modified:
    packages/atheme-services/trunk/debian/rules

Modified: packages/atheme-services/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-irc/packages/atheme-services/trunk/debian/rules?rev=139&op=diff
==============================================================================
--- packages/atheme-services/trunk/debian/rules (original)
+++ packages/atheme-services/trunk/debian/rules Sun Jan 20 03:49:06 2008
@@ -15,12 +15,8 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	ln -sf /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	ln -sf /usr/share/misc/config.guess config.guess
-endif
 	CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-fhs-paths --prefix=/ --exec-prefix=/usr --datadir=/usr/share --sysconfdir=/etc/atheme --mandir=\$${prefix}/share/man --bindir=\$${prefix}/usr/sbin --disable-rpath
 	touch $@
 




More information about the Pkg-irc-commits mailing list