Testing to find the working dir of the script in rpm buildroot
This commit is contained in:
parent
bd97bad894
commit
c332bde60a
@ -75,6 +75,10 @@ easy to use experience.
|
|||||||
%build
|
%build
|
||||||
## Needed to build the git tree
|
## Needed to build the git tree
|
||||||
/bin/sh $RPM_BUILD_ROOT/autogen.sh
|
/bin/sh $RPM_BUILD_ROOT/autogen.sh
|
||||||
|
|
||||||
|
## Testing some shit
|
||||||
|
pwd
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||||
|
Loading…
Reference in New Issue
Block a user