diff options
author | Sebastian Schmelzer | 2010-09-06 10:59:34 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2010-09-06 11:00:59 +0200 |
commit | 005675dc1a58ba3b54e51322461161ba65102e02 (patch) | |
tree | 686d270b366750f56c8c052a8c8998c389b70672 /Makefile | |
parent | first steps for new makefile (diff) | |
download | core-005675dc1a58ba3b54e51322461161ba65102e02.tar.gz core-005675dc1a58ba3b54e51322461161ba65102e02.tar.xz core-005675dc1a58ba3b54e51322461161ba65102e02.zip |
minor changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -257,15 +257,6 @@ postinstall: install: check-upgrade dep-check plain-install postinstall -vmware_install: - @# we should read the config file here or better have a separate - @# script for installing vmware related stuff - @echo "Installing VMware files to $(SLX_BASE_PATH)/vmware" - @mkdir -p $(SLX_BASE_PATH)/vmware/templ \ - -p $(SLX_BASE_PATH)/vmware/vmsessions/kdm - @cp -a vmware/* $(SLX_BASE_PATH)/vmware/templ/ - @echo -e "Please configure your exports (add $(SLX_BASE_PATH)/vmware to your list).\nCopy your *.vmdk files into $(SLX_BASE_PATH)/vmware. For interactive mode add for each virtual machine (*.vmdk) a .desktop file into ./vmsessions (example file $(SLX_BASE_PATH)/vmware/templ/desktop.template). Don't forget to install Xdialog!" - prepare_upgrade: @rm -rf $(SLX_BASE_PATH) @rm -f $(USR_BIN_PATH)/slx* |