Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142813527
D26639.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
691 B
Referenced Files
None
Subscribers
None
D26639.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D26639: Fix @sample second argument
Attached
Detach File
Event Timeline
Log In to Comment