]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- handle %add_etc_shells/%remove_etc_shells
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 1 May 2008 19:30:21 +0000 (19:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.555

builder.sh

index 50bed478dfab1c003abf21e171aac14a31d8baf4..5a72ac0d5bb7937c5610721987603adc8b2f4b5c 100644 (file)
@@ -468,6 +468,8 @@ minirpm() {
        rm -f %{tmpdir}/__ps{1,2};
 ) \
 %{nil}
+%add_etc_shells(p) %{p:<lua>}
+%remove_etc_shells(p) %{p:<lua>}
 EOF
        if [ "$NOINIT" = "yes" ] ; then
                cat >> $BUILDER_MACROS <<'EOF'
This page took 0.039022 seconds and 4 git commands to generate.