OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 19-Jul-2003 11:58:35
Branch: HEAD Handle: 2003071910583400
Modified files:
openpkg-re speclint.pl
Log:
remember that we have to fix this here
Summary:
Revision Changes Path
1.36 +2 -0 openpkg-re/speclint.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/speclint.pl
============================================================================
$ cvs diff -u -r1.35 -r1.36 speclint.pl
--- openpkg-re/speclint.pl 17 Jul 2003 22:25:35 -0000 1.35
+++ openpkg-re/speclint.pl 19 Jul 2003 09:58:34 -0000 1.36
@@ -707,6 +707,7 @@
# check paths
if (($#cmd - $i) > 2 and $cmd[-1] !~ m|/$|) {
# simple case: multiple sources require target to be a directory
+ # FIXME
#&lint_warning($file, $done, $this, "section $section: missing
trailing slash on " .
# "destination path in \"shtool install\" command
(expected one) 1");
}
@@ -714,6 +715,7 @@
# complex case: single source, so we can check only known
destination paths
if ( $cmd[-1] =~
m/\%\{l_prefix\}\/(bin|cgi|include|info|lib|pub|sbin)$/
or $cmd[-1] =~
m/\%\{l_prefix\}\/(etc|libexec|man|share|var)(\/[^\/]+)?$/) {
+ # FIXME
#&lint_warning($file, $done, $this, "section $section: missing
trailing slash on " .
# "destination path in \"shtool install\" command
(expected one) 2");
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]