Fix desktop gpaw modules

This commit is contained in:
2020-03-27 21:28:43 +01:00
parent f0fc5d1d88
commit c85812479d
3 changed files with 3 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
local name = myModuleName()
local version = myModuleVersion()
local name, version = splitFileName(myModuleName())
local platform = "linux-x86_64-ubuntu-3.6"
local home = os.getenv("HOME")
local gpaw_root = pathJoin(home, "git", version .. "-gpaw")