Skip to content

Commit

Permalink
Fix: Install ALL glade files...
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed May 6, 2016
1 parent 9cf435b commit c53771d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Run 'makepkg -i' and hope for best :)

pkgname=sc-controller-git
pkgver=v0.2.r42.8e6eef5
pkgver=v0.2.1.r1.cd39a7b
pkgrel=1
pkgdesc='User-mode driver and GTK3 based GUI for Steam Controller'
arch=('any')
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

data_files = [
('share/scc/glade', glob.glob("glade/*.glade")),
('share/scc/glade/ae', glob.glob("glade/ae/*.glade")),
('share/scc/images', glob.glob("images/*.svg")),
('share/scc/default_profiles', glob.glob("default_profiles/*.sccprofile")),
('share/pixmaps', [ "images/sc-controller.svg" ]),
Expand Down

0 comments on commit c53771d

Please sign in to comment.