diff options
author | Roy Marples <roy@marples.name> | 2008-01-04 13:00:50 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-04 13:00:50 +0000 |
commit | eabe303a133e165a4f78914f26a935c9bfb29fcc (patch) | |
tree | 6422c56fde7366a4e01c0df7b0094cc36d7a369e /sys-apps/openrc | |
parent | Fix manifest (diff) | |
download | uberlord-eabe303a133e165a4f78914f26a935c9bfb29fcc.tar.gz uberlord-eabe303a133e165a4f78914f26a935c9bfb29fcc.tar.bz2 uberlord-eabe303a133e165a4f78914f26a935c9bfb29fcc.zip |
Fix.
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index c520113..bf49424 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -53,7 +53,7 @@ make_opts() { } # Massage the git repo a little -if [ "${PV}" = "9999"]; then +if [ "${PV}" = "9999" ]; then src_unpack() { git_src_unpack cd "${S}" |