More work on debian package
This commit is contained in:
@@ -24,7 +24,10 @@ post_install() {
|
||||
install_ra_packages
|
||||
popd
|
||||
break;;
|
||||
n|N) break;;
|
||||
n|N)
|
||||
echo "The RA packages will need to be manually extracted from http://open-ra.org/get-dependency.php?file=ra-packages \
|
||||
to /usr/share/openra/mods/ra/packages before the RA mod will work."
|
||||
break;;
|
||||
*) echo "Please enter y or n.";;
|
||||
esac
|
||||
done
|
||||
@@ -38,7 +41,10 @@ post_install() {
|
||||
install_cnc_packages
|
||||
popd
|
||||
break;;
|
||||
n|N) break;;
|
||||
n|N)
|
||||
echo "The C&C packages will need to be manually extracted from http://open-ra.org/get-dependency.php?file=cnc-packages \
|
||||
to /usr/share/openra/mods/cnc/packages before the C&C mod will work."
|
||||
break;;
|
||||
*) echo "Please enter y or n.";;
|
||||
esac
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user