We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa1dbc commit 6d6c155Copy full SHA for 6d6c155
scripts/package/lsb-appchk-python.spec
@@ -46,8 +46,8 @@ EOF
46
cp VERSION.lsbappchk.py ${RPM_BUILD_ROOT}%{basedir}/share/appchk
47
48
# license file
49
-install -d ${RPM_BUILD_ROOT}%{basedir}/share/doc/%{name}
50
-cp source/Artistic ${RPM_BUILD_ROOT}%{basedir}/share/doc/%{name}
+install -d ${RPM_BUILD_ROOT}%{basedir}/doc/%{name}
+cp source/Artistic ${RPM_BUILD_ROOT}%{basedir}/doc/%{name}
51
52
#==================================================
53
%clean
@@ -64,8 +64,8 @@ fi
64
/opt/lsb/lib/appchk/*
65
%dir /opt/lsb/share/appchk
66
/opt/lsb/share/appchk/*
67
-%dir /opt/lsb/share/doc/%{name}
68
-/opt/lsb/share/doc/%{name}/*
+%dir /opt/lsb/doc/%{name}
+/opt/lsb/doc/%{name}/*
69
70
71
%changelog
0 commit comments