Commit 7ea8902a authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Fix typo.

parent 4dda27ed
......@@ -193,7 +193,7 @@ define RPM_PREPARE
endef
define RPM_BUILD_SPEC
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" $(RPMBUILD) -v --rcfile /usr/lib/rpm/rpmrc:${PREFIX}/rpmrc -ba rpm/SPECS/$(subst -rpm,.spec,$@
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" $(RPMBUILD) -v --rcfile /usr/lib/rpm/rpmrc:${PREFIX}/rpmrc -ba rpm/SPECS/$(subst -rpm,.spec,$@)
endef
define RPM_REBUILD_SRC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment