diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-09-28 23:12:45 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-09-28 23:22:01 -0400 |
commit | b1c828e87590f613015185a19f8e2067a7220a05 (patch) | |
tree | fa43184f7f0f0f3bc288ca78a4895e42c3a71819 /debian/rules | |
parent | 14b283ae565930144ef5ace12483d602cc3e7539 (diff) | |
download | e2fsprogs-b1c828e87590f613015185a19f8e2067a7220a05.tar.gz |
debian: add hurd-specific mke2fs.conf file
Addresses-Debian-Bug: #629355
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 6b55b909..4e507a06 100755 --- a/debian/rules +++ b/debian/rules @@ -357,6 +357,10 @@ install-std: build rm ${tmpdir}/usr/include/quota/mkquota.h find ${tmpdir}/usr/lib -name quota.pc -o -name libquota.a | xargs rm +ifeq ($(DEB_BUILD_GNU_SYSTEM), gnu) + ${INSTALL} -m 0644 misc/mke2fs-hurd.conf ${tmpdir}/etc/mke2fs.conf +endif + dh_movefiles test -z "`find ${tmpdir} -type f`" |