aboutsummarylogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
Diffstat (limited to 'update')
-rwxr-xr-xupdate5
1 files changed, 0 insertions, 5 deletions
diff --git a/update b/update
index 406707c042a6..441e876190c3 100755
--- a/update
+++ b/update
@@ -47,11 +47,6 @@ else
echo "Package creation failure"
exit 2
fi
- NAMCAP=`namcap -m *.xz | grep -v bash`
- if [ ! "$NAMCAP" == "" ]; then
- echo "Namcap failed build: $NAMCAP"
- exit 2
- fi
mksrcinfo
echo "$SCRIPT_HOME/PKGBUILD updated for TWS ${VER}"
exit 1