duplicati.sh 222 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 #!/bin/sh -x # It will be run with two args: buildroot spec BUILDROOT="$1" SPEC="$2" REQUIRES="mono-full,libgtk-sharp2" subst "s|^\(Name: .*\)$|# Converted from original package requires\nRequires:$REQUIRES\n\1|g" $SPEC