Compare commits

..

No commits in common. "62c9558d7ca3c9eaad0c6545e8892bfdc31dcbba" and "0216a7771f4b599cdaca35a2cbe0274a1a9ee3ac" have entirely different histories.

4
aps
View file

@ -1,6 +1,6 @@
#!/bin/sh
temp_location="/var/tmp"
install_root="/var/tmp/alroot"
temp_location="/tmp"
install_root="/tmp/alroot"
installed_pkg_database="${install_root}/var/aps/installed"
locpkg_database="${install_root}/var/aps/repos"
lock="${install_root}/var/aps/lock"