Home | History | Annotate | Download | only in libcap-ng-0.7

Lines Matching refs:destdir

45 destdir=
56 --destdir)
58 usage_error "option '--destdir' requires an argument"
60 destdir=$2
66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
68 Byte compile some python scripts FILES. Use --destdir to specify any
74 py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py
111 # if destdir was given, then it needs to be prepended to the filename to
113 if [ -z "$destdir" ]; then
116 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"