Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
don't install .git{ignore,attributes} files. bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Feb 18, 2017
1 parent ab086c2 commit a11dc57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ do_build() {

do_install() {
[[ -e "${DESTDIR}" ]] || mkdir -p "${DESTDIR}"
find "${INSTALL_ROOT}" -type f -name '.git*' -delete
cp -R "${INSTALL_ROOT}"/* "${DESTDIR}"
}

Expand Down
6 changes: 3 additions & 3 deletions web-greeter/whither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ WebGreeter:
locale_dir: '@locale_dir@'
themes_dir: '@themes_dir@'
version:
full: '3.0.0alpha5'
full: '3.0.0beta1'
major: 3
minor: 0
micro: 0
alpha: 6
beta: False
alpha: False
beta: 1

0 comments on commit a11dc57

Please sign in to comment.