mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
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…
Add table
Reference in a new issue