Skip to content

Commit

Permalink
fix rpm spec and chmod in deb
Browse files Browse the repository at this point in the history
  • Loading branch information
trapexit committed Jun 30, 2020
1 parent 06660ca commit d699a97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/mergerfs.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e

case "${1}" in
configure)
chmod 4755 /bin/mergerfs-fusermount
chmod 4755 /usr/bin/mergerfs-fusermount
;;
esac
5 changes: 3 additions & 2 deletions mergerfs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d699a97

Please sign in to comment.