File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
TOP = $(shell pwd)
4
4
OS = $(shell uname -s)
5
5
BUILD_DATE = $(shell date "+% Y/% m/% d % H:% M:% S")
6
- COMMON_DIR = $( TOP ) / ../common
6
+ COMMON_DIR = ../common
7
7
GOOGLE_PROJ = vimperator-labs
8
8
GOOGLE = https://$(GOOGLE_PROJ ) .googlecode.com/files
9
9
103
103
echo " locale liberator $( LOCALE) common/locale/$( LOCALE) /" >> $(XPI_PATH ) /chrome.manifest; \
104
104
fi
105
105
# Copy components and modules directories
106
- find $(XPI_DIRS ) -follow -type f ! -name " .*" -print0 | xargs -0i $(CP ) {} -t $(XPI_PATH ) || true
106
+ find $(XPI_DIRS ) -follow -type f ! -name " .*" -print0 | xargs -0i $(CP ) --parents {} -t $(XPI_PATH ) || true
107
107
# Copy all chrome files, from both commmon/ and vimperator/ folders
108
108
cd $(COMMON_DIR ) && find $(COMMON_CHROME_DIRS ) -follow -type f ! -name " .*" -print0 | xargs -0i $(CP ) --parents {} -t $(XPI_PATH ) /common || true
109
109
find $(CHROME_DIRS ) -follow -type f ! -name " .*" -print0 | xargs -0i $(CP ) --parents {} -t $(XPI_PATH ) || true
You can’t perform that action at this time.
0 commit comments