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
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "strip-wrapper: ignoring arguments: $@"
|
||||
exit 0
|
Loading…
Reference in New Issue