Skip to content

Commit

Permalink
Change LICENSE file location
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichmark committed May 21, 2020
1 parent 244ffa4 commit 57ee417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dirty-rpmbuild
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ fi
/etc/goconserver
%config(noreplace) /etc/goconserver/server.conf
/usr/share/goconserver/dist/
/usr/share/goconserver/doc/LICENSE.html
/usr/share/doc/goconserver/LICENSE.html
/usr/lib/systemd/system/goconserver.service
/usr/bin/goconserver
/usr/bin/congo
Expand Down
6 changes: 3 additions & 3 deletions prep-tarball
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ mkdir -p "${TMP_DIR}/repack/usr/lib/systemd/system"
mkdir -p "${TMP_DIR}/repack/var/log/goconserver/nodes"
mkdir -p "${TMP_DIR}/repack/var/lib/goconserver"
mkdir -p "${TMP_DIR}/repack/usr/share/goconserver/dist"
mkdir -p "${TMP_DIR}/repack/usr/share/goconserver/doc"
mkdir -p "${TMP_DIR}/repack/usr/share/doc/goconserver"
chmod 0700 "${TMP_DIR}/repack/etc/goconserver" \
"${TMP_DIR}/repack/var/log/goconserver" \
"${TMP_DIR}/repack/var/log/goconserver/nodes" \
Expand All @@ -112,8 +112,8 @@ install -o root -g root -m 0644 -D \
"${TMP_DIR}/extract/goconserver_linux_${ARCH}/dist/"* \
"${TMP_DIR}/repack/usr/share/goconserver/dist"
install -o root -g root -m 0644 -D \
"${TMP_DIR}/extract/goconserver_linux_${ARCH}/LICENSE.html"* \
"${TMP_DIR}/repack/usr/share/goconserver/doc"
"${TMP_DIR}/extract/goconserver_linux_${ARCH}/LICENSE.html" \
"${TMP_DIR}/repack/usr/share/doc/goconserver"

( cd "${TMP_DIR}/repack" && tar cfz - *) >"${GOCONSERVER_REPACK_TARBALL}"

Expand Down

0 comments on commit 57ee417

Please sign in to comment.