void-packages/common/wrappers/strip.sh
Juan RP a70c181019 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.
2015-04-27 21:10:12 +02:00

5 lines
63 B
Bash

#!/bin/sh
echo "strip-wrapper: ignoring arguments: $@"
exit 0