Skip to content

Commit 6d6c155

Browse files
Stew Benedictmwichmann
authored andcommitted
Move license file to standard dir
1 parent faa1dbc commit 6d6c155

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/package/lsb-appchk-python.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ EOF
4646
cp VERSION.lsbappchk.py ${RPM_BUILD_ROOT}%{basedir}/share/appchk
4747

4848
# license file
49-
install -d ${RPM_BUILD_ROOT}%{basedir}/share/doc/%{name}
50-
cp source/Artistic ${RPM_BUILD_ROOT}%{basedir}/share/doc/%{name}
49+
install -d ${RPM_BUILD_ROOT}%{basedir}/doc/%{name}
50+
cp source/Artistic ${RPM_BUILD_ROOT}%{basedir}/doc/%{name}
5151

5252
#==================================================
5353
%clean
@@ -64,8 +64,8 @@ fi
6464
/opt/lsb/lib/appchk/*
6565
%dir /opt/lsb/share/appchk
6666
/opt/lsb/share/appchk/*
67-
%dir /opt/lsb/share/doc/%{name}
68-
/opt/lsb/share/doc/%{name}/*
67+
%dir /opt/lsb/doc/%{name}
68+
/opt/lsb/doc/%{name}/*
6969

7070
#==================================================
7171
%changelog

0 commit comments

Comments
 (0)