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:
parent
4212aee6c1
commit
a70c181019
1 changed files with 4 additions and 0 deletions
4
common/wrappers/strip.sh
Normal file
4
common/wrappers/strip.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "strip-wrapper: ignoring arguments: $@"
|
||||
exit 0
|
Loading…
Reference in a new issue