Skip to content

Commit baa1647

Browse files
author
Sebastiano Merlino
committed
Solved some problems in RPM building
1 parent b00f80b commit baa1647

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ deb:
9494

9595
rpm: dist
9696
mkdir -p redhat/SOURCES
97-
mkdir -p redhar/BUILD
97+
mkdir -p redhat/BUILD
98+
mkdir -p redhat/RPMS
99+
mkdir -p redhat/SRPMS
98100
cp libhttpserver-@VERSION@.tar.gz redhat/SOURCES
99101
rpmbuild -v -bb redhat/libhttpserver.SPEC
100102
rpmbuild -v -ba redhat/libhttpserver.SPEC

0 commit comments

Comments
 (0)