diff options
author | Auke Booij (tulcod) <auke@tulcod.com> | 2010-06-25 17:49:05 +0200 |
---|---|---|
committer | Auke Booij (tulcod) <auke@tulcod.com> | 2010-06-25 17:49:05 +0200 |
commit | 2dbc3ae39e6d2db9c1d1765648a88bb8d714634a (patch) | |
tree | 5b683a8f466c10f083541aef4a8f91eb893aee7a | |
parent | Yay, we're building packages (diff) | |
download | g-cran-2dbc3ae39e6d2db9c1d1765648a88bb8d714634a.tar.gz g-cran-2dbc3ae39e6d2db9c1d1765648a88bb8d714634a.tar.bz2 g-cran-2dbc3ae39e6d2db9c1d1765648a88bb8d714634a.zip |
What a shameful commit, putting my home directory out there just like that.
-rwxr-xr-x | cran.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cran.ebuild b/cran.ebuild index 20fe6b9..2443f3f 100755 --- a/cran.ebuild +++ b/cran.ebuild @@ -16,7 +16,7 @@ cat_pn_pvr=$(echo $this_file|/bin/sed -r 's$.+?/([A-Za-z0-9+_.-]+)/([A-Za-z0-9+_ do export "$line" done -} < <(/home/auke/Development/g-cran/g-cran.py $this_repo package $cat_pn_pvr); +} < <(g-cran.py $this_repo package $cat_pn_pvr); for phase in $GCOMMON_PHASES do @@ -24,6 +24,6 @@ do done function exec_phase() { - /home/auke/Development/g-cran/g-cran.py $this_repo $1 || die + g-cran.py $this_repo $1 || die } |