diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-05-16 04:20:17 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-05-16 04:20:17 +0200 |
commit | d91413f50c046ce002f9eb66291d5feb1ab76b2c (patch) | |
tree | 634e34e982d104c63c74ac62a838259df78b3aa9 /debian/rules | |
parent | 15c775c4728bef98ecf394728fa7516f31b3e603 (diff) | |
download | screen-d91413f50c046ce002f9eb66291d5feb1ab76b2c.tar.gz |
Fix dh_clean vs dh_prep in install target
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index eb7f0dc..89ea232 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,7 @@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot - dh_clean + dh_prep dh_installdirs # can't call the normal install target b/c it installs the info files # and other crud |