~ubuntu-branches/ubuntu/trusty/singular/trusty

« back to all changes in this revision

Viewing changes to debian/patches/sage-bugfixes.patch

  • Committer: Bazaar Package Importer
  • Author(s): Tim Abbott
  • Date: 2008-08-02 21:45:51 UTC
  • Revision ID: james.westby@ubuntu.com-20080802214551-8vithar3rxfw758s
Tags: 3-0-4-3.dfsg-2
Change singuname architecture detection to support Linux on
architectures unknown to the Singular build system. (Closes: #493492).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: src/kernel/Makefile.in
 
2
===================================================================
 
3
--- src.orig/kernel/Makefile.in 2008-02-08 17:15:37.000000000 -0800
 
4
+++ src/kernel/Makefile.in      2008-02-08 17:15:53.000000000 -0800
 
5
@@ -316,7 +316,9 @@
 
6
 
 
7
 install-libsingular:
 
8
        ${MKINSTALLDIRS} ${includedir}/singular
 
9
-       cp *.h ${includedir}/singular
 
10
+       -for file in *.h; do \
 
11
+         ${INSTALL} $$file ${includedir}/singular; \
 
12
+       done
 
13
 
 
14
 install: all installbin
 
15