summaryrefslogtreecommitdiff
path: root/strata/core/shadow.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-08-21 20:34:50 +0100
committerJavier Jardón <jjardon@gnome.org>2016-12-09 16:16:43 +0000
commita0a1439ee5f22383a479f9739891de9b0afca75f (patch)
treee0b4443344739eccc60609b70bdb8e3b5b3ef563 /strata/core/shadow.morph
parent86d13b03056b99ec9b773507e35f4e9e1e8bf404 (diff)
downloaddefinitions-a0a1439ee5f22383a479f9739891de9b0afca75f.tar.gz
Remove some hacks not needed anymore after the /usr merge
Diffstat (limited to 'strata/core/shadow.morph')
-rw-r--r--strata/core/shadow.morph4
1 files changed, 1 insertions, 3 deletions
diff --git a/strata/core/shadow.morph b/strata/core/shadow.morph
index cdb1ff75..5e3244ae 100644
--- a/strata/core/shadow.morph
+++ b/strata/core/shadow.morph
@@ -4,13 +4,11 @@ build-system: autotools
pre-configure-commands:
- autoreconf -vfi
configure-commands:
-# Installing to /bin so that they overwrite busybox login.
- |
./configure --with-selinux=no \
--sysconfdir=/etc \
--with-libpam=yes \
- --prefix="$PREFIX" \
- --bindir=/bin
+ --prefix="$PREFIX"
post-install-commands:
# Disable things handled by pam instead
- |