File: 2001_system_patch.patch

package info (click to toggle)
rdf2rml 0~20250711%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,988 kB
  • sloc: perl: 1,212; sql: 430; makefile: 174; sh: 56; ansic: 21
file content (12 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: hardcode system install directory
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-05-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/bin/rdfpuml
+++ b/bin/rdfpuml
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec perl -S rdfpuml.pl "$@"
+exec perl /usr/share/rdf2rml/bin/rdfpuml.pl "$@"