# HG changeset patch # User Christophe Lincoln # Date 1305376163 -7200 # Node ID 8e2d7748d15557a2d14e8d2f170a8c0d7055142b # Parent 35f2d9d491ed72f1b8c7422daa0e1766c07a8e05 youtube-dl: be compatible with cookutils and keep source file in source repository. diff -r 35f2d9d491ed -r 8e2d7748d155 youtube-dl/receipt --- a/youtube-dl/receipt Sat May 14 14:15:59 2011 +0200 +++ b/youtube-dl/receipt Sat May 14 14:29:23 2011 +0200 @@ -15,6 +15,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $src/$PACKAGE $fs/usr/bin + [ -x /usr/bin/tazwok ] && cp -a $src/$PACKAGE $fs/usr/bin + [ -x /usr/bin/cook ] && cp -a $SRC/$PACKAGE $fs/usr/bin chmod +x $fs/usr/bin/$PACKAGE -} \ No newline at end of file +}