debug
This commit is contained in:
parent
62dc2219c8
commit
6714e1d35b
@ -144,6 +144,7 @@ popd
|
|||||||
pushd lib%{name}-%{name}-%{fuse3ver}
|
pushd lib%{name}-%{name}-%{fuse3ver}
|
||||||
export MESON_INSTALL_DESTDIR_PREFIX=%{buildroot}/usr %meson_install
|
export MESON_INSTALL_DESTDIR_PREFIX=%{buildroot}/usr %meson_install
|
||||||
popd
|
popd
|
||||||
|
find %{buildroot} .
|
||||||
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
||||||
# change from 4755 to 0755 to allow stripping -- fixed later in files
|
# change from 4755 to 0755 to allow stripping -- fixed later in files
|
||||||
chmod 0755 %{buildroot}/%{_bindir}/fusermount3
|
chmod 0755 %{buildroot}/%{_bindir}/fusermount3
|
||||||
|
Loading…
Reference in New Issue
Block a user