Description: Make sure all destination directories for install exist
Author: Christoph Feenders <debian@echti.de>

--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 USE_LAME?=YES
 USE_OGG?=YES
 
-CFLAGS:=$(CFLAGS) -D DESTDIR=\"$(DESTDIR)\" -D VERSION=\"$(VERSION)\"
+CFLAGS:=$(CFLAGS) -D DESTDIR=\"$(ROOT_DESTDIR)\" -D VERSION=\"$(VERSION)\"
 
 ifeq ($(USE_LAME), YES)
 		CFLAGS:=$(CFLAGS) -D LAME
