cifs-utils: remove hard-coded path to 'systemd-ask-password' to close issue #353

This commit is contained in:
Peter Simons
2013-03-05 11:25:53 +01:00
parent 31c198a40e
commit 599cc3ec0a
2 changed files with 24 additions and 0 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0f619nw1163bcmfc83mmqj31qdkl68wfm81vynx3d8q0m0k1ll7i";
};
patches = [ ./find-systemd-ask-password-via-path.patch ];
makeFlags = "root_sbindir=$(out)/sbin";
meta = {