blob: 25c3b85d6eb0a17dd043ad7d1bdae3b1528e5908 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
From a3bc33c9134d25f8bdcc5fa696606bafbaac8c2c Mon Sep 17 00:00:00 2001
From: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Date: Tue, 28 Dec 2010 18:32:10 +0300
Subject: [PATCH 4/4] PNP: remove creation of an empty directory
$SHARE/application/libraries contains nothing after the installtion,
so it looks like a remains of some old directory layout.
Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
---
share/Makefile.in | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/share/Makefile.in b/share/Makefile.in
index 709ade7..1c75db2 100644
--- a/share/Makefile.in
+++ b/share/Makefile.in
@@ -43,7 +43,6 @@ install:
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/i18n/es_ES
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/i18n/ru_RU
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/i18n/fr_FR
- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/libraries
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/models
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/views
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/vendor
--
1.7.3.2
|