Changes of Revision 4
[-] | Changed | dh-make.spec |
x 1
2 BuildRoot: %{_tmppath}/%{name}-%{version}-build 3 BuildRequires: debhelper >= 5 4 Requires: debhelper >= 5 5 + 6 %description 7 This package allows you to take a standard (or upstream) 8 source package and convert it into a format that will allow you to build Debian packages. 9
10 %__install -d %{buildroot}%{_datadir}/debhelper/dh_make 11 %__install -d %{buildroot}%{_bindir} 12 %__install -d %{buildroot}%{_mandir} 13 -%__install lib/* %{buildroot}%{_datadir}/debhelper/dh_make 14 +%__install -d lib/* %{buildroot}%{_datadir}/debhelper/dh_make 15 %__install dh_make %{buildroot}%{_bindir} 16 %__install dh_make.1 %{buildroot}%{_mandir}/man1/ 17 18 |