Skip to content

Commit

Permalink
Merge pull request xcat2#28 from neo954/build-scripts
Browse files Browse the repository at this point in the history
Fix issue xcat2#27, failed to create ubuntu package on amd64 platform
  • Loading branch information
chenglch authored Feb 27, 2018
2 parents abfc2d3 + 8e2fafb commit c057413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dirty-debuild
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ rm -f "${GOCONSERVER_PREP_TARBALL}"

sed -i -e 's/^Copyright: .*$/Copyright: EPL/' \
"${EXTRACT_DIR}/debian/copyright"
sed -i -e 's/^Architecture: .*$/Architecture: ppc64el/' \
sed -i -e 's/^Architecture: .*$/Architecture: '"${ARCH}"'/' \
-e 's/^Maintainer: .*$/Maintainer: GONG Jie <[email protected]>/' \
-e '/^Description:/,$d' \
"${EXTRACT_DIR}/debian/control"
Expand Down

0 comments on commit c057413

Please sign in to comment.