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
configure)
chmod 4755 /bin/mergerfs-fusermount
chmod 4755 /usr/bin/mergerfs-fusermount
;;
esac

View file

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