5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -- `rpm --eval %__install` "$@"
|
||
|
RPM_INSTALL_STRIP=ignore PATH="/usr/libexec/rpm-build:$PATH" exec "$@"
|