mount.posixovl.8 symlink

OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=2
This commit is contained in:
Jan Engelhardt 2011-07-27 17:01:17 +00:00 committed by Git OBS Bridge
parent b0f4f4e945
commit 1539fb4dca
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Sun Apr 17 01:11:53 UTC 2011 - jengelh@medozas.de
Wed Jul 27 17:00:49 UTC 2011 - jengelh@medozas.de
- Initial package for build.opensuse.org
- Provide mount.posixovl.8 (symlink to posixovl.1)

View File

@ -31,7 +31,10 @@ fi;
make %{?_smp_mflags};
%install
make install DESTDIR="%buildroot";
b="%buildroot";
make install DESTDIR="$b";
mkdir -p "$b/%_mandir/man8";
ln -s ../man1/posixovl.1 "$b/%_mandir/man8/mount.posixovl.8";
%files
%defattr(-,root,root)