ba621c43d3
gap-system.org OBS-URL: https://build.opensuse.org/request/show/76282 OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=1
45 lines
1.3 KiB
Diff
45 lines
1.3 KiB
Diff
parent 9316710832a9f6d582e1dcf3b9645e9efc8efc8f ()
|
|
commit cfc9336244188eac1c5feac5542b3808dac0a435
|
|
Author: Jan Engelhardt <jengelh@medozas.de>
|
|
Date: Sun Jun 26 16:22:03 2011 +0200
|
|
|
|
pkg/hap: default to system perl
|
|
---
|
|
pkg/Hap1.9/lib/PolyComplexes/prog | 2 +-
|
|
pkg/Hap1.9/lib/TDA/prog | 2 +-
|
|
pkg/Hap1.9/lib/TopologicalSpaces/prog | 2 +-
|
|
3 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/pkg/Hap1.9/lib/PolyComplexes/prog b/pkg/Hap1.9/lib/PolyComplexes/prog
|
|
index 190de99..8bb6226 100755
|
|
--- a/pkg/Hap1.9/lib/PolyComplexes/prog
|
|
+++ b/pkg/Hap1.9/lib/PolyComplexes/prog
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/local/bin/perl
|
|
+#!/usr/bin/perl
|
|
#
|
|
# Program to convert image text files to GAP matrices.
|
|
|
|
diff --git a/pkg/Hap1.9/lib/TDA/prog b/pkg/Hap1.9/lib/TDA/prog
|
|
index bd701da..93fed2c 100755
|
|
--- a/pkg/Hap1.9/lib/TDA/prog
|
|
+++ b/pkg/Hap1.9/lib/TDA/prog
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/local/bin/perl
|
|
+#!/usr/bin/perl
|
|
#
|
|
# Program to convert image text files to GAP matrices.
|
|
|
|
diff --git a/pkg/Hap1.9/lib/TopologicalSpaces/prog b/pkg/Hap1.9/lib/TopologicalSpaces/prog
|
|
index bd701da..93fed2c 100755
|
|
--- a/pkg/Hap1.9/lib/TopologicalSpaces/prog
|
|
+++ b/pkg/Hap1.9/lib/TopologicalSpaces/prog
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/local/bin/perl
|
|
+#!/usr/bin/perl
|
|
#
|
|
# Program to convert image text files to GAP matrices.
|
|
|
|
--
|
|
# Created with git-export-patch
|