duplicati.sh 222 Bytes
Newer Older
Vitaly Lipatov's avatar
Vitaly Lipatov committed
1 2
#!/bin/sh -x

Vitaly Lipatov's avatar
Vitaly Lipatov committed
3
# It will be run with two args: buildroot spec
Vitaly Lipatov's avatar
Vitaly Lipatov committed
4 5 6 7 8
BUILDROOT="$1"
SPEC="$2"

REQUIRES="mono-full,libgtk-sharp2"
subst "s|^\(Name: .*\)$|# Converted from original package requires\nRequires:$REQUIRES\n\1|g" $SPEC