Ver código fonte

Fix createrepo service to use new build opt

bryan 3 anos atrás
pai
commit
27aa70f865
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1160,7 +1160,7 @@ service_jriver-createrepo() {
 
 		[Service]
 		$USER_STRING
-		ExecStart=$PWD/installJRMC --target $TARGET --outputdir $OUTPUTDIR --createrepo --createrepo-webroot $CREATEREPO_WEBROOT --createrepo-user $CREATEREPO_USER
+		ExecStart=$PWD/installJRMC --build=$TARGET --outputdir $OUTPUTDIR --createrepo --createrepo-webroot $CREATEREPO_WEBROOT --createrepo-user $CREATEREPO_USER
 
 		[Install]
 		WantedBy=multi-user.target