Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
[unity-control-center] Set up git dummy git identity to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-Long Chen committed Apr 17, 2014
1 parent 834021a commit e02c2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unity-control-center/PKGBUILD
Expand Up @@ -62,6 +62,8 @@ prepare() {

git init
git add .
git config user.email dummy@dummy
git config user.name dummy
git commit -m 'Initial commit'
git am "${srcdir}/0001-Remove-Bluetooth-panel.patch"
git am "${srcdir}/0002-Remove-Wacom-panel.patch"
Expand Down

0 comments on commit e02c2b2

Please sign in to comment.