File: create-all-target-directories

package info (click to toggle)
ebook2cw 0.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: ansic: 2,009; makefile: 68
file content (14 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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