Searched refs:directory (Results 1 - 8 of 8) sorted by last modified time

/haikuporter/buildmaster/backend/assets/
H A Dloop37 --system-packages-directory $SYSTEM_PACKAGES_DIR \
112 --system-packages-directory $SYSTEM_PACKAGES_DIR \
/haikuporter/tools/
H A Dcargo-to-recipe.sh19 -k, --keep keep the generated temporary directory
67 directory=$TREE_PATH/$1
81 mkdir -p "$directory"/download
82 cd "$directory" || die "Invalid port directory."
104 $directory)
294 directory = "\$vendor"
322 It will be installed to the port's license directory; please rename it
/haikuporter/HaikuPorter/
H A DPort.py499 """Moves all package-files into the 'obsolete' sub-directory"""
623 """Clean the working directory"""
626 print('Cleaning work directory of %s ...' % self.versionedName)
630 """Clean the working directory and remove downloads"""
838 # cleanup packaging directory
1236 directory for directory in directoriesToCreate
1237 if os.path.exists(directory)
1241 for directory in directoriesToRemove:
1242 shutil.rmtree(directory, Tru
[all...]
H A DRequiresUpdater.py45 def addPackages(self, directory):
46 for package in os.listdir(directory):
48 self.addPackageFile(directory + '/' + package)
H A DPolicy.py169 for directory in ['bin', 'apps', 'lib' + self.secondaryArchSubDir]:
170 dir = os.path.join(self.package.packagingDir, directory)
178 elif directory != "bin" and os.path.isdir(path):
282 for directory in ['/boot/system/lib']:
283 path = directory + self.secondaryArchSubDir + '/' + library
370 types = {False: 'file', True: 'directory'}
380 directory = path
383 directory = path[0:index]
388 if components[1] == 'directory':
398 if directory no
[all...]
H A DBuildPlatform.py50 directory = Configuration.getLicensesDirectory()
51 if not directory:
52 directory = (self.findDirectory('B_SYSTEM_DIRECTORY')
54 return directory
57 directory = Configuration.getSystemMimeDbDirectory()
58 if not directory:
59 directory = (self.findDirectory('B_SYSTEM_DIRECTORY')
61 return directory
591 # create the package links directory for the package and the .self
/haikuporter/buildmaster/backend/assets/bin/
H A Dbuildmaster125 --system-packages-directory="$SYSTEM_PACKAGES_DIR" \
/haikuporter/doc/
H A DMakefile12 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
110 @echo "Run \`make' in that directory to run these through (pdf)latex" \
139 @echo "Run \`make' in that directory to run these through makeinfo" \

Completed in 89 milliseconds