Changes of Revision 6
[-] | Changed | dh-make.spec |
x 1
2 %__install -d %{buildroot}%{_datadir}/debhelper/dh_make 3 %__install -d %{buildroot}%{_bindir} 4 %__install -d %{buildroot}%{_mandir}/man1 5 -%__install -d lib/* %{buildroot}%{_datadir}/debhelper/dh_make 6 +%__install -d %{buildroot}%{_datadir}/debhelper/dh_make 7 +for DIR in `ls -1D lib/` ; do 8 +cp -R lib/${DIR} %{buildroot}%{_datadir}/debhelper/dh_make/ 9 +done 10 %__install dh_make %{buildroot}%{_bindir} 11 %__install dh_make.1 %{buildroot}%{_mandir}/man1/ 12 13
14 %{_datadir}/debhelper/dh_make 15 16 %changelog 17 +* Sat May 10 2008 Carsten Schoene <cs@linux-administrator.com> 18 +- fix installations of templates to datadir 19 + 20 * Thu May 08 2008 Carsten Schoene <cs@linux-administrator.com> 21 - initial build 22 |