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
Sat, Jan 24, 8:49 PM (50 m, 20 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27909603
Default Alt Text
D26639.diff (691 B)

Event Timeline