diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 13:08:56 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 13:08:56 +0100 |
commit | 2b61cd37b44400c881ec2dc20202f3505ef1d25b (patch) | |
tree | bfd046f25c39602092c8dc8616d350bd42c26a47 /gnu/packages/samba.scm | |
parent | cd1f661e827dd6fd5b05f8219a61aa466069a5a5 (diff) | |
download | patches-2b61cd37b44400c881ec2dc20202f3505ef1d25b.tar patches-2b61cd37b44400c881ec2dc20202f3505ef1d25b.tar.gz |
gnu: cifs-utils: Remove autoreconf phase.
* gnu/packages/samba.scm (cifs-utils)[arguments]: Remove autoreconf phase.
Diffstat (limited to 'gnu/packages/samba.scm')
-rw-r--r-- | gnu/packages/samba.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 458ff50ae8..ff237c96ce 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017, 2018 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -73,10 +74,6 @@ (arguments `(#:phases (modify-phases %standard-phases - ;; The 6.7 tarball is missing ‘install.sh’. Create it. - (add-after 'unpack 'autoreconf - (lambda _ - (invoke "autoreconf" "-i"))) (add-before 'configure 'set-root-sbin (lambda _ ; Don't try to install in "/sbin". (setenv "ROOTSBINDIR" |