From: octo Date: Sat, 23 Apr 2005 15:33:18 +0000 (+0000) Subject: Removed newlines. Stupid make.. X-Git-Tag: Release-0.8.1~2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=28fd1b6d0bd35ee199634846770e9a219790919c;p=onis.git Removed newlines. Stupid make.. --- diff --git a/debian/rules b/debian/rules index fc3dc45..d30c5f1 100755 --- a/debian/rules +++ b/debian/rules @@ -23,15 +23,8 @@ endif configure: configure-stamp configure-stamp: dh_testdir - # Add here commands to configure the package. - find . -type d -name '.svn' | xargs rm -rfv - - if [ ! -e patch-stamp ]; then - patch -p1 onis.1 - touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - - [ -e onis.1 ] && rm -f onis.1 - - if [ -e patch-stamp ]; then - patch -p1 -R