a70c181019
This is to force packages to not strip any binary, and always let xbps-src do this task for you.
5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/sh
|
|
|
|
echo "strip-wrapper: ignoring arguments: $@"
|
|
exit 0
|