From 0c17b7866bb30c3e40c71ebbc147a399336ab91a Mon Sep 17 00:00:00 2001 From: AlexTalker Date: Mon, 28 Jul 2014 09:23:42 +0400 Subject: [PATCH] Append alias for install build package --- plugins/makepkg/makepkg.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/makepkg/makepkg.plugin.zsh b/plugins/makepkg/makepkg.plugin.zsh index 0b4bfb62f..d6f5d79e1 100644 --- a/plugins/makepkg/makepkg.plugin.zsh +++ b/plugins/makepkg/makepkg.plugin.zsh @@ -8,6 +8,7 @@ if [[ -x `which makepkg` ]]; then alias mpkge='makepkg -e' # Use exist sources in ./src alias mpkgre='makepkg -R' # Only repack(use exist files in ./pkg) package alias mpkgf='makepkg -f' # Force rebuild package + alias mpkgi='makepkg -i' # Install build package else # Notification if makepkg not availble echo "Did you enable makepkg plugin, but makepkg doesn't exist in your system(or in $PATH)."