[Pkg-voip-commits] r3081 - srtp/trunk/debian

Jonas Smedegaard js at alioth.debian.org
Mon Jan 29 19:05:04 CET 2007


Author: js
Date: 2007-01-29 19:05:04 +0100 (Mon, 29 Jan 2007)
New Revision: 3081

Modified:
   srtp/trunk/debian/rules
Log:
Create/clean include/srtp symlink idempotently.

Modified: srtp/trunk/debian/rules
===================================================================
--- srtp/trunk/debian/rules	2007-01-29 17:08:19 UTC (rev 3080)
+++ srtp/trunk/debian/rules	2007-01-29 18:05:04 UTC (rev 3081)
@@ -38,7 +38,7 @@
 configure-stamp:
 	dh_testdir
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-	(cd include; ln -s . srtp)
+	ln -sfT . include/srtp
 	touch configure-stamp
 
 build: build-stamp
@@ -56,7 +56,7 @@
 
 	-$(MAKE) superclean
 
-	$(RM) include/srtp
+	$(RM) -f include/srtp
 
 	dh_clean 
 




More information about the Pkg-voip-commits mailing list