summaryrefslogtreecommitdiffstats
path: root/live/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'live/Pkgfile')
-rw-r--r--live/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/live/Pkgfile b/live/Pkgfile
index 42a052ac5..c72ab9990 100644
--- a/live/Pkgfile
+++ b/live/Pkgfile
@@ -6,7 +6,7 @@
# Run on:
name=live
-version=2012.06.26
+version=2012.07.26
release=1
source=(http://www.live555.com/liveMedia/public/${name}.$version.tar.gz)
@@ -34,7 +34,7 @@ build() {
done
mkdir -p $PKG/usr/bin
- for testprog in `find testProgs -type f -perm 755`; do
+ for testprog in `find testProgs -type f -exec sh -c "file -i '{}' | grep -q 'x-executable; charset=binary'" \; -print`; do
install $testprog $PKG/usr/bin
done
install -m755 mediaServer/live555MediaServer $PKG/usr/bin