diff options
author | joey <joey> | 1999-10-25 21:25:11 +0000 |
---|---|---|
committer | joey <joey> | 1999-10-25 21:25:11 +0000 |
commit | 52fffed568e30c7991de81de55cde095807519ba (patch) | |
tree | a376dacedb4bd6746e97f1e33e30a6ce1aa0c322 /examples/rules.indep | |
parent | 85ad35770e541b848bf2954424879318da797b84 (diff) | |
download | debhelper-52fffed568e30c7991de81de55cde095807519ba.tar.gz |
r295: * Corrected a path name in dh_installxfonts. Closes: #48315
Diffstat (limited to 'examples/rules.indep')
-rwxr-xr-x | examples/rules.indep | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/rules.indep b/examples/rules.indep index e2b33b49..5ec94a3e 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -22,7 +22,7 @@ build-stamp: clean: dh_testdir dh_testroot - rm -f build-stamp install-stamp + rm -f build-stamp # Add here commands to clean up after the build process. #-$(MAKE) clean @@ -39,8 +39,6 @@ install: build # Add here commands to install the package into debian/tmp. #$(MAKE) prefix=`pwd`/debian/tmp/usr install - touch install-stamp - # Build architecture-independent files here. binary-indep: build install # dh_testversion |