Logoj0ke.net Open Build Service > Projects > devel > dh-make > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed dh-make.spec
x
 
1
@@ -9,6 +9,7 @@
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
@@ -23,7 +24,7 @@
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