gnu: cifs-utils: Remove autoreconf phase.

* gnu/packages/samba.scm (cifs-utils)[arguments]: Remove autoreconf phase.
master
Ricardo Wurmus 2018-11-11 13:08:56 +01:00
parent cd1f661e82
commit 2b61cd37b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 4 deletions

View File

@ -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"