Skip to content

Commit

Permalink
Updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Feb 19, 2022
1 parent 8f26185 commit 6715bcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ package() {
git fetch --tags
latest_release=$(git describe --tags "$(git rev-list --tags --max-count=1)")
git checkout "${latest_release}"
export PKGNAME=dots
PKGNAME=dots
PKGDIR=
export PKGDIR PKGNAME
sudo ./install
}
4 changes: 3 additions & 1 deletion PKGBUILD.dev
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ pkgver() {

package() {
cd dotfiles || exit 1
export PKGNAME=dots
PKGNAME=dots
PKGDIR=
export PKGDIR PKGNAME
sudo ./install
}

0 comments on commit 6715bcb

Please sign in to comment.