[pacman-dev] Patch for makepkg bug #5021

Aaron Griffin aaronmgriffin at gmail.com
Wed Dec 20 13:03:08 EST 2006


On 12/20/06, Aaron Griffin <aaronmgriffin at gmail.com> wrote:
> DOC_DIRS="${DOC_DIRS[@]},foo,bar,baz" inside the build() function

ignore my crappy syntax - I combined two things in my head (bash
arrays and {} globbing)

DOC_DIRS=(${DOC_DIRS[@]} foo bar baz)




More information about the pacman-dev mailing list