In nodejs-packaging-bundler, use %{_sourcedir} for output
Fixes RHBZ#1974709
This commit is contained in:
parent
5385bed950
commit
fb332bd0ea
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
OUTPUT_DIR="${HOME}/rpmbuild/SOURCES"
|
||||
OUTPUT_DIR="$(rpm -E '%{_sourcedir}')"
|
||||
|
||||
usage() {
|
||||
echo "Usage `basename $0` <npm_name> [version] " >&2
|
||||
|
Loading…
Reference in New Issue
Block a user