diff options
author | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-08 21:13:41 +0000 |
---|---|---|
committer | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-08 21:13:41 +0000 |
commit | de9c780f57ae626f05ec1c971c56648250cba03c (patch) | |
tree | 585d8515ef623e64b2800cc4266920fff1564940 /debian/rules | |
download | initramfs-tools-de9c780f57ae626f05ec1c971c56648250cba03c.tar.gz initramfs-tools-de9c780f57ae626f05ec1c971c56648250cba03c.zip |
Initial checkin
Diffstat (limited to 'debian/rules')
-rw-r--r-- | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..0a1575f --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +common-build-arch:: + chmod +x init |