diff --git a/glicid/packages/linux.scm b/glicid/packages/linux.scm index cd5de92..1576fa8 100644 --- a/glicid/packages/linux.scm +++ b/glicid/packages/linux.scm @@ -215,7 +215,6 @@ (replace 'configure (lambda* (#:key inputs native-inputs propagated-inputs configure-flags #:allow-other-keys) (begin - (invoke "echo 1.0.1" ">" "VERSION") (invoke "./mconfig" "--localstatedir=/var") ) )