aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2006-10-27 12:31:20 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:36 -0800
commitbf6075ed4733b4bd6c59a3419fd7ef3c8321ec76 (patch)
tree708458dbe7a34a9969f7ac7f35018bcf8b781ae3 /debian/rules
parentb6fa723b20fab0d8e7970d5beaa152d0c9e1b4b4 (diff)
downloadscm-bf6075ed4733b4bd6c59a3419fd7ef3c8321ec76.tar.gz
scm-bf6075ed4733b4bd6c59a3419fd7ef3c8321ec76.zip
Import Debian changes 5e3-3debian/5e3-3
scm (5e3-3) unstable; urgency=low * debian/rules (install): Don't install slibcat, since we build it at install time. (Closes: #395552)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d5ea1e8..20b98cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,7 +118,7 @@ install: build
# library
$(INSTALL_DIR) debian/scm/usr/lib/scm
$(INSTALL_DATA) `ls *.scm | egrep -v ${NON_LIB_FILES}` debian/scm/usr/lib/scm
- $(INSTALL_DATA) slibcat debian/scm/usr/lib/scm
+## $(INSTALL_DATA) slibcat debian/scm/usr/lib/scm
chmod +x debian/scm/usr/lib/scm/compile.scm
chmod +x debian/scm/usr/lib/scm/xgen.scm