mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
This is to force packages to not strip any binary, and always let xbps-src do this task for you.
4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/sh
|
|
|
|
echo "strip-wrapper: ignoring arguments: $@"
|
|
exit 0
|