]> git.sesse.net Git - vlc/commitdiff
* Fixed Debian package builds.
authorSam Hocevar <sam@videolan.org>
Sun, 9 Dec 2001 17:08:36 +0000 (17:08 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 9 Dec 2001 17:08:36 +0000 (17:08 +0000)
Makefile

index 96b3ee279e9f4cd2da60405784a2b79c9e6346d4..1b27d7b761fb123fc53d7bd55482356d7d976357 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -169,8 +169,8 @@ endif
 #
 # Misc variables
 #
-VLC_QUICKVERSION := $(shell grep '^ *VLC_VERSION=' configure.in | head -1 | cut -f2 -d=)
-LIBDVDCSS_QUICKVERSION := $(shell grep '^ *LIBDVDCSS_VERSION=' configure.in | head -1 | cut -f2 -d=)
+VLC_QUICKVERSION := $(shell grep '^ *VLC_VERSION=' configure.in | head -1 | sed 's/"//g' | cut -f2 -d=)
+LIBDVDCSS_QUICKVERSION := $(shell grep '^ *LIBDVDCSS_VERSION=' configure.in | head -1 | sed 's/"//g' | cut -f2 -d=)
 
 
 # All symbols must be exported