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