Skip to content
Snippets Groups Projects
Commit 7cb6ec3e authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Tweak example to be more correct wrt RPM naming patterns.

parent 00a27178
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ Example use of inferior-shell, from the rpm system: ...@@ -29,7 +29,7 @@ Example use of inferior-shell, from the rpm system:
,@(unless (eq packagenames t) ,@(unless (eq packagenames t)
`((egrep ("^(" ,@(loop :for (name . more) :on packagenames `((egrep ("^(" ,@(loop :for (name . more) :on packagenames
:collect name :when more :collect "|") :collect name :when more :collect "|")
")-[^-]+-[^-]+$"))))) ")-[^-]+(-[^-]+)?$")))))
:host host)) :host host))
==== Exported Functionality ==== ==== Exported Functionality ====
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment