1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 11:42:40 +01:00

x11-vm/budgie-desktop: Use variable in Git URL.

This commit is contained in:
2014-09-24 20:34:58 +02:00
parent 5154abed20
commit dde64f7ca7
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ DESCRIPTION="Evolve OS's desktop"
HOMEPAGE="https://evolve-os.com/budgie/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/evolve-os/budgie-desktop.git"
EGIT_REPO_URI="https://github.com/evolve-os/${PN}.git"
SRC_URI=""
inherit git-r3 autotools
else