Author: dato-guest Date: 2004-10-31 07:05:40 -0700 (Sun, 31 Oct 2004) New Revision: 173
Modified: people/dato/kde-common/rules.mk Log: Forgot to delete "touch" Modified: people/dato/kde-common/rules.mk =================================================================== --- people/dato/kde-common/rules.mk 2004-10-31 03:24:39 UTC (rev 172) +++ people/dato/kde-common/rules.mk 2004-10-31 14:05:40 UTC (rev 173) @@ -161,7 +161,7 @@ binary: binary-arch binary-indep @echo; echo; echo "Checking for not installed files..." - @if ! test -f touch debian/not-installed.known; then \ + @if ! test -f debian/not-installed.known; then \ dh_install --no-act --list-missing; \ else \ dh_install --no-act --list-missing 2>&1 | sort | \