In nodejs-packaging-bundler, use %{_sourcedir} for output
Fixes RHBZ#1974709
This commit is contained in:
parent
5385bed950
commit
fb332bd0ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue