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

Commit

Permalink
fix packaging issue reported in Antergos/Numix-Frost#32
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed May 8, 2016
1 parent e42775d commit 8393500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numix-frost-themes/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _light=Numix-Frost-Light
_branch=numix-frost-light
_pkgver=3.5
pkgver=${_pkgver}
pkgrel=1
pkgrel=2
pkgdesc='Official Numix GTK theme - Antergos Edition'
arch=('any')
license=('GPL3')
Expand All @@ -28,7 +28,7 @@ package() {

# Numix-Frost
cd "${srcdir}/${_pkgname}"
git submodule update --init -- includes/cinnamon
git submodule init && git submodule update
make
make DESTDIR=${pkgdir} install

Expand Down

0 comments on commit 8393500

Please sign in to comment.