forked from pool/posixovl
mount.posixovl.8 symlink
OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=2
This commit is contained in:
parent
b0f4f4e945
commit
1539fb4dca
@ -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
|
- Initial package for build.opensuse.org
|
||||||
|
- Provide mount.posixovl.8 (symlink to posixovl.1)
|
||||||
|
@ -31,7 +31,10 @@ fi;
|
|||||||
make %{?_smp_mflags};
|
make %{?_smp_mflags};
|
||||||
|
|
||||||
%install
|
%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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user