Skip to content

Commit f1b52b1

Browse files
committed
specify composer dir
1 parent 457b1f3 commit f1b52b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

debian/conf/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"email": "[email protected]"
1919
}
2020
],
21+
"config": {
22+
"vendor-dir": "/var/lib/composer/realpad-takeout"
23+
},
2124
"minimum-stability": "dev"
2225
}

debian/postinst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ set -e
33

44
case "$1" in
55
configure)
6-
composer install -d /usr/lib/realpad2mailkit/
6+
#composer install -d /usr/lib/realpad2mailkit/
7+
composer install -v -d /usr/share/php/RealpadTakeout/
78
composer-global-update deb/realpad-takeout
89
;;
910

0 commit comments

Comments
 (0)