* checkinstall: don't include directories in the Debian `conffiles'
file. This caused the Nix Debian build to fail (because it installs a file /etc/profile.d/nix.sh). svn path=/nixpkgs/trunk/; revision=15038
This commit is contained in:
@@ -20,6 +20,9 @@ stdenv.mkDerivation {
|
||||
# Implement the getxattr(), lgetxattr(), __open_2() and
|
||||
# __open64_2() functions. Needed for doing builds on Ubuntu 8.10.
|
||||
./missing-functions.patch
|
||||
|
||||
# Don't include directories in the Debian `conffiles' file.
|
||||
./etc-dirs.patch
|
||||
];
|
||||
|
||||
buildInputs = [gettext];
|
||||
|
||||
Reference in New Issue
Block a user