index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-30 | fix vim syntax highlighting of .sh files | Florian Pritz | |
vim recognises what type of shell script it's dealing with by looking at the shebang. If detection fails it falls back to sh which doesn't support some bash features. Adding a normal, possibly broken, shebang which gets fixed by the Makefile allows vim to detect bash syntax. Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-04-09 | bacman: fix the fact that the depends file no longer exists | Dan McGee | |
Addresses FS#23641. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-01-21 | Remove epoch as an independent field | Dan McGee | |
Instead, go the same route we have always taken with version-release in libalpm and treat it all as one piece of information. Makepkg is the only script that knows about epoch as a distinct value; from there on out we will parse out the components as necessary. This makes the code a lot simpler as far as epoch handling goes. The downside here is that we are tossing some compatibility to the wind; packages using force will have to be rebuilt with an incremented epoch to keep their special status. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-10-13 | Update contrib/ for epoch | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-10-13 | Fix bash shell location check | Dan McGee | |
BASH is defined when you are actually using bash during configure, which sucks because it ends up being '/bin/sh', messing up all of our scripts. Change the name of the variable we use in configure, and also ensure we get a full path to the executable by using AC_PATH_PROGS rather than AC_CHECK_PROGS. Finally, change the variable name everywhere we use it. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-10-11 | Use sysconfdir, localstatedir, BASH instead of hardcoded values | Nezmer | |
This applies to contrib/ files, our scripts, and the documentation. Dan: fix 'make clean' in contrib/ directory. Signed-off-by: Nezmer <git@nezmer.info> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-10-11 | Add .in extension to files in contrib | Nezmer | |
This is needed If we want to use sysconfdir,localstatedir and other variables. Signed-off-by: Nezmer <git@nezmer.info> Signed-off-by: Dan McGee <dan@archlinux.org> |