View | Details | Raw Unified | Return to bug 75645
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 79-84 Link Here
79
RPM=			LC_ALL=C rpm
79
RPM=			LC_ALL=C rpm
80
RPMFLAGS=		--root ${WRKSRC} --dbpath ${DBPATH} --nodeps \
80
RPMFLAGS=		--root ${WRKSRC} --dbpath ${DBPATH} --nodeps \
81
			--replacepkgs --ignoreos --ignorearch
81
			--replacepkgs --ignoreos --ignorearch
82
.if ${ARCH} == "amd64"
83
RPMFLAGS+=--noscripts
84
.endif
85
82
RPMDIR=			${DISTDIR}/${DIST_SUBDIR}
86
RPMDIR=			${DISTDIR}/${DIST_SUBDIR}
83
87
84
REMOVE_DIRS=		boot dev home initrd root tmp var/tmp usr/local usr/tmp
88
REMOVE_DIRS=		boot dev home initrd root tmp var/tmp usr/local usr/tmp

Return to bug 75645