[Pkg-voip-commits] r4457 - /ohphone/trunk/debian/rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 16:13:59 UTC 2007


Author: kilian
Date: Sun Sep  9 16:13:59 2007
New Revision: 4457

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4457
Log:
make sure we also have /usr/share/openh323/openh323u.mak.

Modified:
    ohphone/trunk/debian/rules

Modified: ohphone/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/ohphone/trunk/debian/rules?rev=4457&op=diff
==============================================================================
--- ohphone/trunk/debian/rules (original)
+++ ohphone/trunk/debian/rules Sun Sep  9 16:13:59 2007
@@ -50,7 +50,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp
-	[ ! -f Makefile ]||$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
+	[ ! -f Makefile -a ! -f /usr/share/openh323/openh323u.mak ]||$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
 	-$(RM) -rf obj_*
 	dh_clean 
 




More information about the Pkg-voip-commits mailing list