fix rpm spec and chmod in deb

This commit is contained in:
Antonio SJ Musumeci 2020-06-30 10:41:17 -04:00
parent 06660ca25e
commit d699a97928
2 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,6 @@ set -e
case "${1}" in case "${1}" in
configure) configure)
chmod 4755 /bin/mergerfs-fusermount chmod 4755 /usr/bin/mergerfs-fusermount
;; ;;
esac esac

View File

@ -32,8 +32,9 @@ make %{?_smp_mflags}
make install PREFIX=%{_prefix} DESTDIR=%{buildroot} make install PREFIX=%{_prefix} DESTDIR=%{buildroot}
%files %files
%{_bindir}/* /usr/bin/mergerfs
%{_sbindir}/* /usr/bin/mergerfs-fusermount
/sbin/mount.mergerfs
%doc %{_mandir}/* %doc %{_mandir}/*
%changelog %changelog