File: install-reserved

package info (click to toggle)
zkg 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,740 kB
  • sloc: python: 5,910; sh: 268; makefile: 265; cpp: 24
file content (9 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
# Rename a package to live in a directory called "packages"
# @TEST-EXEC-FAIL: bash %INPUT 2>output
# @TEST-EXEC: btest-diff output

CONFIG=$(pwd)/config
mkdir -p reserved
cp -R ./packages/bar ./reserved/packages

cd ./reserved/packages && zkg --config=$CONFIG install --force .