Logoj0ke.net Open Build Service > Projects > hardware:flashcache > flashcache > Changes
Sign Up | Log In

Changes of Revision 19

[-] Changed flashcache.spec
x
 
1
@@ -58,6 +58,8 @@
2
 pushd source/src/utils
3
 make %{?_smp_mflags}
4
 popd
5
+cp %{S:2} source/man/
6
+chmod +x source/man/mdwn2man
7
 
8
 %install
9
 export INSTALL_MOD_PATH=$RPM_BUILD_ROOT
10
@@ -76,7 +78,7 @@
11
 %__install -d -m0755 %{buildroot}%{_mandir}/man8
12
 for a in `ls -1A *.mdwn` ; do
13
 b=`basename $a .mdwn`
14
-cat ${a} | %{S:2} > %{buildroot}%{_mandir}/man8/$b.8
15
+cat ${a} | ./mdwn2man > %{buildroot}%{_mandir}/man8/$b.8
16
 done
17
 popd
18
 install -D -m0755 %{S:1} %{buildroot}%{_initdir}/boot.flashcache
19