Juan RP
|
277960f637
|
xbps-src: remove shebangs from shutils.
|
2011-10-05 08:06:41 +02:00 |
|
Juan RP
|
6513a02ee0
|
xbps-src: improve vmove().
|
2011-07-02 13:33:06 +02:00 |
|
Juan RP
|
a26dd06538
|
xbps-src: make targetdir in vmove() optional.
|
2011-07-02 12:11:01 +02:00 |
|
Juan RP
|
6cb6110f4e
|
xbps-src: improve vinstall(), add vmove() for subpkgs.
|
2011-07-02 11:33:59 +02:00 |
|
Juan RP
|
75d55258a5
|
xbps-src: added new funcs to install files into DESTDIR.
vcopy <files> <targetdir>
Executes cp -a <files> ${DESTDIR}/<targetdir>
vinstall <file> <mode> <targetdir> <targetfile>
4th argument is optional.
Executed install -Dm<mode> <file> ${DESTDIR}/<targetdir>/<file>
vmkdir <dir> <mode>
Executed install -dm<mode> ${DESTDIR}/<dir>
|
2011-07-02 10:49:22 +02:00 |
|