Skip to content

Commit 642cb0d

Browse files
committed
m4/sage_spkg_collect.m4: Repair dependencies
1 parent 6d96302 commit 642cb0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

m4/sage_spkg_collect.m4

+1
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ AC_DEFUN([SAGE_SPKG_FINALIZE], [dnl
339339
dnl
340340
dnl Determine package dependencies
341341
dnl
342+
DIR=$[path_]SPKG_NAME
342343
AS_IF([test -f "$DIR/dependencies"], [dnl
343344
dnl - the # symbol is treated as comment which is removed
344345
AS_VAR_SET([DEPS], [`sed 's/^ *//; s/ *#.*//; q' $DIR/dependencies`])

0 commit comments

Comments
 (0)