diff options
-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}" |