- export phase-active?
This commit is contained in:
parent
86f77fc760
commit
92fd5d5652
|
@ -1,5 +1,5 @@
|
||||||
;;; Installation library for scsh modules.
|
;;; Installation library for scsh modules.
|
||||||
;;; $Id: install-lib-module.scm,v 1.13 2004/06/13 17:51:59 michel-schinz Exp $
|
;;; $Id: install-lib-module.scm,v 1.14 2004/11/08 19:54:03 michel-schinz Exp $
|
||||||
|
|
||||||
;;; Interfaces
|
;;; Interfaces
|
||||||
|
|
||||||
|
@ -36,6 +36,8 @@
|
||||||
version>?
|
version>?
|
||||||
version=?
|
version=?
|
||||||
|
|
||||||
|
phase-active?
|
||||||
|
|
||||||
package-name
|
package-name
|
||||||
package-full-name
|
package-full-name
|
||||||
package-version
|
package-version
|
||||||
|
|
Loading…
Reference in New Issue