summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-12-12 18:09:36 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-12-12 18:09:36 -0800
commitee2e72a0958f8aa733ecf01a39343b3d537ef921 (patch)
tree4b960f1539e01aab890cb09969b4b7c19d1410ff /debian
parent39803e644f0c0f338ab9bb7f2d21e07d402a4a24 (diff)
downloadinitramfs-tools-ee2e72a0958f8aa733ecf01a39343b3d537ef921.tar.gz
initramfs-tools-ee2e72a0958f8aa733ecf01a39343b3d537ef921.zip
"files" file should be removed before package build
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 52fbf87..85343d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ DEB_DH_GENCONTROL_ARGS_ALL = $(shell if [ -f "../.VYATTA_DEV_BUILD" ]; then \
include /usr/share/cdbs/1/rules/debhelper.mk
pre-build::
+ rm -f debian/files
chmod +x init mkinitramfs
chmod +x hooks/*
for x in `find scripts/ -maxdepth 1 -type d | tail -n+2`; do \