Browse Source

Updated SED PR: Submitted by: Reviewed by: Approved by: Obtained from:

master
Peter Smej 24 years ago committed by Ralf S. Engelschall
parent
commit
75fa8babd8
  1. 3
      openpkg/openpkg.spec

3
openpkg/openpkg.spec

@ -295,6 +295,9 @@ Provides: OpenPKG
${l_patch} -p0 <`SOURCE rpm-%{V_rpm}.patch.porting`
${l_patch} -p0 <`SOURCE rpm-%{V_rpm}.patch.regen`
touch aclocal.m4 configure
cp rpmio/macro.c rpmio/macro.c.orig
sed -e 's;optind = 1;optind = 0;' \
<rpmio/macro.c.orig >rpmio/macro.c
)
# apply OpenPKG patches to Bash distribution tree

Loading…
Cancel
Save