global: Fix commonbuild builds
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 17 Apr 2025 07:39:30 +0000 (10:39 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 17 Apr 2025 07:39:30 +0000 (10:39 +0300)
rpm/redhat/global/Makefile.global-common

index de04fa9068c43a5d57d7baec0a354067a3edaecb..32179c057d0b6a0b0a70d97012e70cb5da9324f5 100644 (file)
@@ -16,8 +16,7 @@ commonbfsrpm: prep
        --define "pgmajorversion 17" --define "pginstdir /usr/pgsql-17"  --define "pgpackageversion 17" \
        --define "_rpmdir ." --define "dist $(DIST)" --nodeps -bs $(SPECFILE)
 
-commonbuild:
-       prep
+commonbuild: prep
        rpmbuild --define "_sourcedir $(PWD)" \
        --define "_specdir $(PWD)" \
        --define "_buildrootdir $(HOME)/rpmcommon/BUILDROOT" \