Fix outputdir
This commit is contained in:
@@ -47,8 +47,8 @@ USAGE:
|
|||||||
OPTIONS
|
OPTIONS
|
||||||
--rpmbuild
|
--rpmbuild
|
||||||
Build RPM from source DEB
|
Build RPM from source DEB
|
||||||
--buildpath PATH
|
--outputdir PATH
|
||||||
Run rpmbuild in this directory (Default: the current working directory)
|
Generate rpmbuild output in this directory (Default: the current working directory)
|
||||||
--mcversion VERSION
|
--mcversion VERSION
|
||||||
Build or install a specific version (Default: scrape the latest version from Interact)
|
Build or install a specific version (Default: scrape the latest version from Interact)
|
||||||
--restorefile RESTOREFILE
|
--restorefile RESTOREFILE
|
||||||
@@ -779,7 +779,7 @@ Description=Builds JRiver Media Center RPM file, moves it to the repo dir, and r
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
$_user_specifier
|
$_user_specifier
|
||||||
ExecStart=$_basedir/installJRMC --buildpath=$_outputdir --createrepo --createrepo-webroot $_createrepo_webroot --createrepo-user $_createrepo_user
|
ExecStart=$_basedir/installJRMC --outputdir $_outputdir --createrepo --createrepo-webroot $_createrepo_webroot --createrepo-user $_createrepo_user
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|||||||
Reference in New Issue
Block a user