diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-13 23:20:32 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-13 23:20:32 +0000 |
commit | 16b8950790a6cb5cd060caa281f7ecdf8f3ac01c (patch) | |
tree | 07be1da9f5cbc8086217b840900eeab70d03629c /packages/e2fsprogs-libs/e2fsprogs-libs-1.41.2 | |
parent | cde8b2de4bfb91bdce1341e94b7d5c98c4739d23 (diff) |
e2fsprogs-libs: fix mkdir_p problem
* do the same fix as to e2fsprogs
* bump PR
Diffstat (limited to 'packages/e2fsprogs-libs/e2fsprogs-libs-1.41.2')
-rw-r--r-- | packages/e2fsprogs-libs/e2fsprogs-libs-1.41.2/mkinstalldirs.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/e2fsprogs-libs/e2fsprogs-libs-1.41.2/mkinstalldirs.patch b/packages/e2fsprogs-libs/e2fsprogs-libs-1.41.2/mkinstalldirs.patch index 29edaeb93c..a32140eb93 100644 --- a/packages/e2fsprogs-libs/e2fsprogs-libs-1.41.2/mkinstalldirs.patch +++ b/packages/e2fsprogs-libs/e2fsprogs-libs-1.41.2/mkinstalldirs.patch @@ -7,7 +7,7 @@ Index: e2fsprogs-libs-1.41.2/MCONFIG.in INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -+MKINSTALLDIRS = @MKDIR_P@ ++MKINSTALLDIRS = @mkdir_p@ # # Library definitions |