Skip to content

Commit

Permalink
Use correct updated Help Center URL
Browse files Browse the repository at this point in the history
This fixes solus-project/solbuild#8

Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Apr 22, 2017
1 parent e04c683 commit cca3ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ypkg2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,9 @@ def build_package(filename, outputDir):

if len(gene.packages) == 0:
console_ui.emit_error("Package", "No resulting packages found")
wk = "https://wiki.solus-project.com/Packaging"
w = "https://solus-project.com/articles/packaging/"
print("Ensure your files end up in $installdir. Did you mean to "
"use %make_install?\n\nPlease see the wiki: {}".format(wk))
"use %make_install?\n\nPlease see the help center: {}".format(w))
sys.exit(1)

gene.emit_packages()
Expand Down

0 comments on commit cca3ab1

Please sign in to comment.