xbps-src: create a dummy strip(1) wrapper.

This is to force packages to not strip any binary, and always let
xbps-src do this task for you.
This commit is contained in:
Juan RP 2015-04-27 21:10:12 +02:00
parent 4212aee6c1
commit a70c181019
1 changed files with 4 additions and 0 deletions

4
common/wrappers/strip.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
echo "strip-wrapper: ignoring arguments: $@"
exit 0