summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2013-05-16 04:20:17 +0200
committerAxel Beckert <abe@deuxchevaux.org>2013-05-16 04:20:17 +0200
commitd91413f50c046ce002f9eb66291d5feb1ab76b2c (patch)
tree634e34e982d104c63c74ac62a838259df78b3aa9 /debian/rules
parent15c775c4728bef98ecf394728fa7516f31b3e603 (diff)
downloadscreen-d91413f50c046ce002f9eb66291d5feb1ab76b2c.tar.gz
Fix dh_clean vs dh_prep in install target
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
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