pkgtools, rpm2tgz, sbopkg, slackpkg, slapt: Add indentation settings.
This commit is contained in:
parent
ebb446d8cb
commit
26ae7700ed
@ -117,3 +117,11 @@ _makepkg()
|
|||||||
|
|
||||||
have explodepkg &&
|
have explodepkg &&
|
||||||
complete -o plusdirs -f -X '!*.t[bglx]z' explodepkg
|
complete -o plusdirs -f -X '!*.t[bglx]z' explodepkg
|
||||||
|
|
||||||
|
# Local variables:
|
||||||
|
# mode: shell-script
|
||||||
|
# sh-basic-offset: 4
|
||||||
|
# sh-indent-comment: t
|
||||||
|
# indent-tabs-mode: nil
|
||||||
|
# End:
|
||||||
|
# ex: ts=4 sw=4 et filetype=sh
|
||||||
|
@ -14,3 +14,11 @@ _rpm2tgz()
|
|||||||
|
|
||||||
COMPREPLY=( $(compgen -f -X "!*.rpm" -- "$cur") )
|
COMPREPLY=( $(compgen -f -X "!*.rpm" -- "$cur") )
|
||||||
} && complete -F _rpm2tgz -o plusdirs rpm2tgz rpm2txz rpm2targz
|
} && complete -F _rpm2tgz -o plusdirs rpm2tgz rpm2txz rpm2targz
|
||||||
|
|
||||||
|
# Local variables:
|
||||||
|
# mode: shell-script
|
||||||
|
# sh-basic-offset: 4
|
||||||
|
# sh-indent-comment: t
|
||||||
|
# indent-tabs-mode: nil
|
||||||
|
# End:
|
||||||
|
# ex: ts=4 sw=4 et filetype=sh
|
||||||
|
@ -72,3 +72,11 @@ _sbopkg()
|
|||||||
$REPO_ROOT/$REPO_NAME/$REPO_BRANCH/SLACKBUILDS.TXT )
|
$REPO_ROOT/$REPO_NAME/$REPO_BRANCH/SLACKBUILDS.TXT )
|
||||||
$( cd $QUEUEDIR; compgen -f -X "!*.sqf" -- "$cur" ) )
|
$( cd $QUEUEDIR; compgen -f -X "!*.sqf" -- "$cur" ) )
|
||||||
} && complete -F _sbopkg sbopkg
|
} && complete -F _sbopkg sbopkg
|
||||||
|
|
||||||
|
# Local variables:
|
||||||
|
# mode: shell-script
|
||||||
|
# sh-basic-offset: 4
|
||||||
|
# sh-indent-comment: t
|
||||||
|
# indent-tabs-mode: nil
|
||||||
|
# End:
|
||||||
|
# ex: ts=4 sw=4 et filetype=sh
|
||||||
|
@ -106,3 +106,11 @@ _slackpkg()
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
} && complete -F _slackpkg slackpkg
|
} && complete -F _slackpkg slackpkg
|
||||||
|
|
||||||
|
# Local variables:
|
||||||
|
# mode: shell-script
|
||||||
|
# sh-basic-offset: 4
|
||||||
|
# sh-indent-comment: t
|
||||||
|
# indent-tabs-mode: nil
|
||||||
|
# End:
|
||||||
|
# ex: ts=4 sw=4 et filetype=sh
|
||||||
|
@ -127,3 +127,11 @@ _slapt_src()
|
|||||||
COMPREPLY=( $( sed -ne \
|
COMPREPLY=( $( sed -ne \
|
||||||
"/^SLACKBUILD NAME: $cur/{s/^SLACKBUILD NAME: //;p}" "$slck_data" ) )
|
"/^SLACKBUILD NAME: $cur/{s/^SLACKBUILD NAME: //;p}" "$slck_data" ) )
|
||||||
} && complete -F _slapt_src slapt-src
|
} && complete -F _slapt_src slapt-src
|
||||||
|
|
||||||
|
# Local variables:
|
||||||
|
# mode: shell-script
|
||||||
|
# sh-basic-offset: 4
|
||||||
|
# sh-indent-comment: t
|
||||||
|
# indent-tabs-mode: nil
|
||||||
|
# End:
|
||||||
|
# ex: ts=4 sw=4 et filetype=sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user