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 33TOP = $(shell pwd)
44OS = $(shell uname -s)
55BUILD_DATE = $(shell date "+% Y/% m/% d % H:% M:% S")
6- COMMON_DIR = $( TOP ) / ../common
6+ COMMON_DIR = ../common
77GOOGLE_PROJ = vimperator-labs
88GOOGLE = https://$(GOOGLE_PROJ ) .googlecode.com/files
99
103103 echo " locale liberator $( LOCALE) common/locale/$( LOCALE) /" >> $(XPI_PATH ) /chrome.manifest; \
104104 fi
105105 # 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
107107 # Copy all chrome files, from both commmon/ and vimperator/ folders
108108 cd $(COMMON_DIR ) && find $(COMMON_CHROME_DIRS ) -follow -type f ! -name " .*" -print0 | xargs -0i $(CP ) --parents {} -t $(XPI_PATH ) /common || true
109109 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