Procházet zdrojové kódy

Fix createrepo service to use new build opt

bryan před 3 roky
rodič
revize
27aa70f865
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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