Mercurial > audlegacy
changeset 1986:e75d0ae4fcb9 trunk
[svn] Avoid chdir .. when creating the SVN build stamp. This way we get a valid stamp when compiling from an ebuild.
author | chainsaw |
---|---|
date | Sun, 19 Nov 2006 06:40:10 -0800 |
parents | 73e33049bc35 |
children | 9ffa1499b41b |
files | ChangeLog audacious/Makefile |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Nov 18 22:27:37 2006 -0800 +++ b/ChangeLog Sun Nov 19 06:40:10 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-19 06:27:37 +0000 George Averill <nhjm449@gmail.com> + revision [2959] + - Remove pointless duplicate 'Miscellaneous' header from Appearance tab of prefs + + trunk/audacious/glade/prefswin.glade | 7274 ++++++++++++----------------------- + 1 file changed, 2697 insertions(+), 4577 deletions(-) + + 2006-11-19 03:47:13 +0000 William Pitcock <nenolod@nenolod.net> revision [2957] - s/vfs_close/vfs_fclose/
--- a/audacious/Makefile Sat Nov 18 22:27:37 2006 -0800 +++ b/audacious/Makefile Sun Nov 19 06:40:10 2006 -0800 @@ -94,7 +94,7 @@ echo ' */'; \ echo '#include <glib.h>'; \ echo -n 'const gchar *svn_stamp = "'; \ - (cd ..; svnversion -n .); \ + (svnversion -n .); \ echo '";' \ ) > build_stamp.c; \ printf "%10s %-20s\n" STAMP build_stamp.c; \