Skip to content

Commit

Permalink
Remove trailing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
shamazmazum committed Mar 5, 2024
1 parent 1d46048 commit 06d5c99
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions easy-audio.asd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:author "Vasily Postnicov <shamaz.mazum@gmail.com>"
:licence "2-clause BSD"
:serial t
:pathname "core/"
:pathname "core"
:depends-on (:serapeum)
:components ((:file "package")
(:file "core")))
Expand All @@ -21,7 +21,7 @@
:author "Vasily Postnicov <shamaz.mazum@gmail.com>"
:licence "2-clause BSD"
:serial t
:pathname "general-decoders/"
:pathname "general-decoders"
:components ((:file "package")
(:file "g.711"))
:depends-on (:easy-audio/core))
Expand All @@ -32,7 +32,7 @@
:author "Vasily Postnicov <shamaz.mazum@gmail.com>"
:licence "2-clause BSD"
:serial t
:pathname "bitreader/"
:pathname "bitreader"
:components ((:file "package")
(:file "bitreader")
#+easy-audio-check-crc
Expand All @@ -47,7 +47,7 @@
:author "Vasily Postnicov <shamaz.mazum@gmail.com>"
:licence "2-clause BSD"
:serial t
:pathname "ogg/"
:pathname "ogg"
:components ((:file "package")
(:file "ogg"))
:depends-on (:easy-audio/core
Expand All @@ -60,7 +60,7 @@
:author "Vasily Postnicov <shamaz.mazum@gmail.com>"
:licence "2-clause BSD"
:serial t
:pathname "flac/"
:pathname "flac"
:components ((:file "package")
(:file "definitions")
(:file "flac-reader")
Expand All @@ -81,7 +81,7 @@
:author "Vasily Postnicov <shamaz.mazum@gmail.com>"
:licence "2-clause BSD"
:serial t
:pathname "wav/"
:pathname "wav"
:components ((:file "package")
(:file "definitions")
(:file "wav")
Expand All @@ -98,7 +98,7 @@
:author "Vasily Postnicov <shamaz.mazum@gmail.com>"
:licence "2-clause BSD"
:serial t
:pathname "ape/"
:pathname "ape"
:components ((:file "package")
(:file "definitions")
(:file "ape")
Expand All @@ -116,7 +116,7 @@
:author "Vasily Postnicov <shamaz.mazum@gmail.com>"
:licence "2-clause BSD"
:serial t
:pathname "wv/"
:pathname "wv"
:components ((:file "package")
(:file "definitions")
(:file "wavpack-reader")
Expand Down Expand Up @@ -168,7 +168,7 @@
:name :easy-audio/tests
:version "1.1"
:author "Vasily Postnicov <shamaz.mazum@gmail.com>"
:pathname "tests/"
:pathname "tests"
:serial t
:components ((:file "package")
(:file "tests"))
Expand Down

0 comments on commit 06d5c99

Please sign in to comment.