diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-03 14:50:19 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-03 14:50:19 +0100 |
| commit | 8a277c2828ffe29526e4d6df29af6c69809e5efa (patch) | |
| tree | 20b0619634f57dfde2501ed7a86560ea845f01d9 /lib/Utils | |
| parent | 5e4abca7204247236ba35d2c937509b00516090d (diff) | |
| download | abrt-8a277c2828ffe29526e4d6df29af6c69809e5efa.tar.gz abrt-8a277c2828ffe29526e4d6df29af6c69809e5efa.tar.xz abrt-8a277c2828ffe29526e4d6df29af6c69809e5efa.zip | |
build fixes
Diffstat (limited to 'lib/Utils')
| -rw-r--r-- | lib/Utils/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Utils/Makefile.am b/lib/Utils/Makefile.am index 427e437..297007a 100644 --- a/lib/Utils/Makefile.am +++ b/lib/Utils/Makefile.am @@ -66,7 +66,8 @@ libABRTdUtils_la_LIBADD = \ $(XMLRPC_LIBS) $(XMLRPC_CLIENT_LIBS) \ $(POLKIT_LIBS) - -install-data-local: - $(mkdir_p) '$(DESTDIR)/$(DEBUG_DUMPS_DIR)' - chmod 1777 '$(DESTDIR)/$(DEBUG_DUMPS_DIR)' +$(DESTDIR)/$(DEBUG_DUMPS_DIR): + $(mkdir_p) '$@' +# no need to chmod it here +#chmod 1777 '$@' +install-data-local: $(DESTDIR)/$(DEBUG_DUMPS_DIR) |
