Page MenuHomeFreeBSD

D26639.diff
No OneTemporary

D26639.diff

Index: head/Keywords/sample.ucl
===================================================================
--- head/Keywords/sample.ucl
+++ head/Keywords/sample.ucl
@@ -23,7 +23,7 @@
post-install-lua: <<EOS
sample_file = pkg.prefixed_path("%1")
if "%#" == 2 then
- target_file = pkg.prefixed_path("%1")
+ target_file = pkg.prefixed_path("%2")
else
target_file = string.gsub(sample_file,'%.sample$', "")
end
@@ -35,7 +35,7 @@
pre-deinstall-lua: <<EOS
sample_file = pkg.prefixed_path("%1")
if "%#" == 2 then
- target_file = pkg.prefixed_path("%1")
+ target_file = pkg.prefixed_path("%2")
else
target_file = string.gsub(sample_file,'%.sample$', "")
end

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 19, 3:15 AM (9 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35217322
Default Alt Text
D26639.diff (691 B)

Event Timeline