From 1bd1f57312bc110d487aa4d3ce09842816bbaf99 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 01 Aug 2012 04:59:20 -0400 Subject: Hardcode relative path to changelog. --- (limited to 'src') diff --git a/src/oh-parsechangelog.sh b/src/oh-parsechangelog.sh index 766a872..7cca14d 100644 --- a/src/oh-parsechangelog.sh +++ b/src/oh-parsechangelog.sh @@ -33,7 +33,7 @@ main() exit 1 fi - oh_changelog_parse changelog output + oh_changelog_parse output } output() diff --git a/src/opkbuild.sh b/src/opkbuild.sh index ff374d4..f9dbeb2 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -78,7 +78,7 @@ main() test_uid0_cmd find_sanity - oh_changelog_parse changelog setup_package + oh_changelog_parse setup_package if [ "${OPT_BUILD}" = 'source' -o "${OPT_BUILD}" = 'full' ]; then build_source -- cgit v0.9.1